Skip to content

chore: lint fixes part 6#258

Open
pawbana wants to merge 1 commit intopb/coder-lint-fix5from
pb/coder-lint-fix6
Open

chore: lint fixes part 6#258
pawbana wants to merge 1 commit intopb/coder-lint-fix5from
pb/coder-lint-fix6

Conversation

@pawbana
Copy link
Copy Markdown
Contributor

@pawbana pawbana commented Apr 10, 2026

  • unhandled-error (26): explicitly handled return values from in-memory buffer writes (bytes.Buffer, strings.Builder — never fail), os.File.Close (best-effort cleanup), io.PipeWriter.Write/Close (error
    handled via pipe read side); properly checked errors from circuitbreaker.Execute and responseCopier.forwardResp in tests
  • exported stutter (3): messages.MessagesRequestPayload → messages.RequestPayload (+ constructor NewRequestPayload); responses.ResponsesRequestPayload → responses.RequestPayload (+ constructor
    NewRequestPayload); recorder.RecorderWrapper → recorder.WrappedRecorder (+ constructor NewWrappedRecorder)

Copy link
Copy Markdown
Contributor Author

pawbana commented Apr 10, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant